Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎨 refactor: format JS with Prettier #240

Merged
merged 2 commits into from
Jan 3, 2024
Merged

🎨 refactor: format JS with Prettier #240

merged 2 commits into from
Jan 3, 2024

Conversation

welpo
Copy link
Owner

@welpo welpo commented Jan 3, 2024

Summary

Implemented Prettier for consistent JS code formatting.

Changes

  • Created .prettierrc.toml to define Prettier formatting rules for the project.
  • Added a .prettierignore file to exclude minified files from Prettier formatting.
  • Updated CONTRIBUTING.md with indicating we use Prettier.
  • Applied Prettier formatting to all JavaScript files in the project to ensure consistency.

Type of change

  • Bug fix (fixes an issue without altering functionality)
  • New feature (adds non-breaking functionality)
  • Breaking change (alters existing functionality)
  • UI/UX improvement (enhances user interface without altering functionality)
  • Refactor (improves code quality without altering functionality)
  • Documentation update
  • Other (please describe below)

@welpo welpo added documentation Improvements or additions to documentation refactor Reestructure the code without changing behaviour labels Jan 3, 2024
@welpo welpo merged commit b6a89e6 into main Jan 3, 2024
1 check passed
@welpo welpo deleted the chore/prettier branch January 3, 2024 00:44
Smtbook pushed a commit to Smtbook/zola-theme-tabi that referenced this pull request Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation refactor Reestructure the code without changing behaviour
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant